home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 5 / inter@ivo 1996-06.iso / cybint5 / bin / demos.dxr / 00038.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  108 b   |  9 lines

  1. on exitFrame
  2.   global Gflag
  3.   if Gflag = 1 then
  4.     go(1, "credits")
  5.   else
  6.     go(1, "intro")
  7.   end if
  8. end
  9.